home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / gfx / fu1_62.lha / fu / Formulas / LambdaFnPar.Form < prev    next >
Text File  |  1994-04-13  |  196b  |  28 lines

  1. lambdafnpar
  2. {
  3.     {
  4.         mirrorxy
  5.         pickendi=1
  6.         x1=-2.5
  7.         x2= 2.5
  8.         y1=-2.0
  9.         y2= 2.0
  10.         fn1=cos
  11.         bailout=2.0
  12.     }
  13.     {
  14.         z=pixel
  15.         c=pixel
  16.     }
  17.     {
  18.         z=fn1(z)
  19.         z=z*c
  20.         w=abs(z)
  21.     }
  22.     {
  23.         w>bailout
  24.     }
  25.     {
  26.     }
  27. }
  28.